home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / _mills.dir / 00127.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  175 b   |  14 lines

  1. on mouseDown
  2.   PurgeWindows()
  3.   NewPallette_Help()
  4.   go("map", "_help.dir")
  5. end
  6.  
  7. on mouseEnter
  8.   cursor([member "hand", member "handmask"])
  9. end
  10.  
  11. on mouseLeave
  12.   cursor(0)
  13. end
  14.